-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Feature: Adds tsdoc parsing and other eslint rules #5622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5622 +/- ##
==========================================
+ Coverage 50.62% 50.63% +0.01%
==========================================
Files 1091 1091
Lines 57100 57100
Branches 4590 4589 -1
==========================================
+ Hits 28908 28914 +6
+ Misses 27478 27470 -8
- Partials 714 716 +2
*This pull request uses carry forward flags. Click here to find out more. |
c641ad2 to
1dc5ac9
Compare
size-limit report 📦
|
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on improving TypeScript typings, updating ESLint configurations, and refining package dependencies across various files in the `thirdweb` package.
### Detailed summary
- Changed parameter name from `uri` to `_uri` in `onDisplayUri` callback.
- Updated `WalletCreationOptions` type definition.
- Modified listener type to use `_event`.
- Added ESLint rules for better coding practices.
- Removed outdated TSDoc tags and added `@example` tag.
- Updated package dependencies in `pnpm-lock.yaml`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
b15385f to
8234dba
Compare
PR-Codex overview
This PR focuses on updating type definitions, enhancing ESLint rules, and modifying package dependencies to improve code quality and maintainability.
Detailed summary
onDisplayUriparameter fromurito_uriintypes.ts.wallet-types.ts..eslintrc.cjsto provide better guidance on usage._event.tsdoc.json.package.jsonandpnpm-lock.yaml.